home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
090
/
byte0387.arc
/
EDGINTON.ARC
/
LIST3.TXT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1986-07-16
|
248 b
|
14 lines
main()
{
0000 PUSH BP
0001 MOV BP,SP
0003 install(); CALL install
0006 cpush(); CALL cpush
printf("Hello world\n");
0012 cpop(); CALL cpop
0015 POP BP
0016 RET
}